Add .editorconfig for scss and css files
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Adrian Simmons 2021-11-10 14:35:39 +00:00
parent 46e3a9516a
commit c30c467e30
1 changed files with 4 additions and 0 deletions

View File

@ -21,5 +21,9 @@ indent_size = 2
indent_style = space
indent_size = 2
[*.{scss,css}]
indent_style = space
indent_size = 2
[.nvmrc]
insert_final_newline = false