1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-14 17:14:40 +02:00

Add editorconfig

This commit is contained in:
Felix
2020-05-28 18:04:50 -05:00
parent b8142463a6
commit 94291ae8d9
2 changed files with 17 additions and 7 deletions

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
root = true
[*]
quote_type = single
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false