1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-26 00:29:47 +02:00
documize/gui/.editorconfig

21 lines
366 B
INI
Raw Normal View History

2016-10-04 15:24:21 -07:00
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2016-10-08 20:04:19 -07:00
indent_style = tab
indent_size = 4
2016-10-04 15:24:21 -07:00
[*.hbs]
insert_final_newline = false
[*.{diff,md}]
trim_trailing_whitespace = false