ops: add editorconfig file

This commit is contained in:
Sven Vogel 2024-12-18 17:09:52 +01:00
parent f54a9b891c
commit 04a9c56c30
1 changed files with 15 additions and 0 deletions

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
# This is the top-most EditorConfig file
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
[*.{java}]
indent_style = space
indent_size = 4
[Makefile]
indent_style = tab