antlr/.editorconfig

11 lines
142 B
INI

root = true
[*]
tab_width = 4
[*.{java,stg}]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab