feature: add editorconfig file

This commit is contained in:
RouxAntoine 2023-09-13 22:52:52 +02:00
parent 53ea73cc31
commit 0c1e5a7a3d
Signed by: antoine
GPG Key ID: 098FB66FC0475E70
2 changed files with 23 additions and 0 deletions

22
.editorconfig Normal file
View File

@ -0,0 +1,22 @@
# documentation https://editorconfig.org/
root = true
[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
max_line_length = 130
indent_style = space
trim_trailing_whitespace = true
tab_width = 2
indent_size = 2
[{*.java,*.js}]
indent_size = 4
ij_continuation_indent_size = 4
[{*.xml,*.html}]
indent_size = 4
[Makefile]
indent_style = tab

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
.idea/
*.iml
# CMake
cmake-build-*/