[enhancement]: Add .editorconfig and JetBrains .idea gitignore (#147)

* Add .editorconfig and JetBrains .idea gitignore

* Add editorconfig link
This commit is contained in:
Liam Gray
2024-09-22 08:44:09 +01:00
committed by GitHub
parent 1e25d9f753
commit f3943f4a5f
2 changed files with 12 additions and 0 deletions

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
# https://EditorConfig.org
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 100

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
/target /target
.vscode .vscode
.idea
*.failed *.failed
*_failed *_failed
run.sh run.sh