aboutsummaryrefslogtreecommitdiffstats
path: root/src/server/.editorconfig
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-18 21:43:42 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-18 21:43:42 +0200
commit1cfff4a4324e130aa7579ea8694438ade686dd55 (patch)
tree7f50f0142283aa1f1e41084dd8efa243ba91b8c0 /src/server/.editorconfig
parentFix lint (diff)
downloadferdium-app-1cfff4a4324e130aa7579ea8694438ade686dd55.tar.gz
ferdium-app-1cfff4a4324e130aa7579ea8694438ade686dd55.tar.zst
ferdium-app-1cfff4a4324e130aa7579ea8694438ade686dd55.zip
Move internal server to submodule
Diffstat (limited to 'src/server/.editorconfig')
-rw-r--r--src/server/.editorconfig13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/server/.editorconfig b/src/server/.editorconfig
deleted file mode 100644
index 914223976..000000000
--- a/src/server/.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
1# editorconfig.org
2root = true
3
4[*]
5indent_size = 2
6indent_style = space
7end_of_line = lf
8charset = utf-8
9trim_trailing_whitespace = true
10insert_final_newline = true
11
12[*.md]
13trim_trailing_whitespace = false