Sentry/.editorconfig

17 lines
183 B
INI
Raw Normal View History

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
[*.sh]
indent_size = 2
[*.yml]
indent_size = 2
[nginx/*.conf]
indent_style = tab