Files
lots/.editorconfig
Samuel Mehrbrodt 44f64fd1a3 Add .editorconfig
2022-08-29 14:36:25 +02:00

17 lines
266 B
INI

# EditorConfig: http://EditorConfig.org
# top-most EditorConfig file
root = true
# General settings
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
# Source code files
[*.java]
indent_style = space
indent_size = 2