0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2024-12-22 15:23:29 -05:00
Squire/.editorconfig

16 lines
212 B
INI
Raw Normal View History

2015-04-30 04:31:03 -05:00
# 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
2023-03-20 04:45:25 -05:00
[*.{yml,yaml}]
indent_size = 2