[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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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
.vscode
.idea
*.failed
*_failed
run.sh