0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2024-12-21 14:53:09 -05:00

Added .editorconfig

This commit is contained in:
dryoma 2015-04-30 17:31:03 +08:00
parent 2452ef9556
commit 6b1a33238e

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
# EditorConfig is awesome: http://EditorConfig.org
root = true
# All files
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4