(chore) Add support for .scss and tailwindcss

This commit is contained in:
KingRainbow44
2023-11-27 12:14:22 -05:00
parent b9015d140c
commit 91cb38c837
9 changed files with 94 additions and 23 deletions

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 120
indent_size = 4
indent_style = space
[*.json]
indent_size = 2