Revision cd8e16acae5aa923527680e5fb3af0ee11943614 authored by István Zoltán Szabó on 06 December 2019, 09:23:01 UTC, committed by István Zoltán Szabó on 06 December 2019, 09:27:08 UTC
1 parent 75edb04
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