Revision b8a88d52cb43848509ae159b515edc9eedb79692 authored by Dimitri Koutsos on 24 March 2021, 13:07:45 UTC, committed by James Rodewig on 24 March 2021, 13:11:49 UTC
1 parent 7c78dd6
Raw File
.editorconfig
# EditorConfig: http://editorconfig.org/

root = true

[*.java]
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

[*.bat]
indent_size = 2
back to top