mirror of
https://github.com/stalwartlabs/stalwart.git
synced 2026-03-17 14:34:03 +00:00
[enhancement]: Add .editorconfig and JetBrains .idea gitignore (#147)
* Add .editorconfig and JetBrains .idea gitignore * Add editorconfig link
This commit is contained in:
11
.editorconfig
Normal file
11
.editorconfig
Normal 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
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
/target
|
||||
.vscode
|
||||
.idea
|
||||
*.failed
|
||||
*_failed
|
||||
run.sh
|
||||
|
||||
Reference in New Issue
Block a user