Select Git revision
.editorconfig
Fabian Vu authored and
dgelessus
committed
Pulled out from probparsers repo as of commit 0942cab5e8ae41906cc33de01c5ffbd949d43a68.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.editorconfig 138 B
root = true
[*.{gradle,java}]
indent_style = tab
[*.{sablecc,scc}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true