gmail-filter-builder/.editorconfig

14 lines
161 B
INI
Raw Normal View History

2016-07-12 18:58:57 +00:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.json]
indent_style = space
indent_size = 2
[*.{php,xml}]
indent_style = space
indent_size = 4