mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2024-11-13 04:39:02 +08:00
[enhancement]: Add .editorconfig and JetBrains .idea gitignore (#147)
Some checks failed
trivy / Check (push) Failing after -9m20s
Some checks failed
trivy / Check (push) Failing after -9m20s
* 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
|
||||
.vscode
|
||||
.idea
|
||||
*.failed
|
||||
*_failed
|
||||
run.sh
|
||||
|
|
Loading…
Reference in a new issue