diff options
Diffstat (limited to '.config/eww/.editorconfig')
| -rw-r--r-- | .config/eww/.editorconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/eww/.editorconfig b/.config/eww/.editorconfig new file mode 100644 index 0000000..1e8dd63 --- /dev/null +++ b/.config/eww/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2 + +[*.scss] +indent_style = tab |
