mirror of
https://github.com/gotify/server.git
synced 2024-01-28 15:20:56 +03:00
Add .editorconfig file.
This commit is contained in:
committed by
Jannis Mattheis
parent
3d52a117b1
commit
01cec3ca91
28
.editorconfig
Normal file
28
.editorconfig
Normal file
@@ -0,0 +1,28 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.go]
|
||||
indent_style = tab
|
||||
|
||||
[*.{js,ts,tsx}]
|
||||
indent_style = space
|
||||
quote_type = single
|
||||
|
||||
[*.json]
|
||||
indent_style = space
|
||||
|
||||
[*.html]
|
||||
indent_style = space
|
||||
|
||||
[*.md]
|
||||
indent_style = space
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
Reference in New Issue
Block a user