mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2024-11-24 06:19:46 +00:00
[enhancement]: Add .editorconfig and JetBrains .idea gitignore (#147)
* Add .editorconfig and JetBrains .idea gitignore * Add editorconfig link
This commit is contained in:
parent
1e25d9f753
commit
f3943f4a5f
2 changed files with 12 additions and 0 deletions
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
|
/target
|
||||||
.vscode
|
.vscode
|
||||||
|
.idea
|
||||||
*.failed
|
*.failed
|
||||||
*_failed
|
*_failed
|
||||||
run.sh
|
run.sh
|
||||||
|
|
Loading…
Reference in a new issue