aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-11 20:50:33 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-11 20:50:33 +0530
commit740ac276a03850ed868cec38bddf5ff6404e4159 (patch)
tree911887061eb8f8a8d4939c3721d75dd2f1e1ae0f /.editorconfig
parentFix the necessary env vars for building outside of docker (diff)
downloadferdium-server-740ac276a03850ed868cec38bddf5ff6404e4159.tar.gz
ferdium-server-740ac276a03850ed868cec38bddf5ff6404e4159.tar.zst
ferdium-server-740ac276a03850ed868cec38bddf5ff6404e4159.zip
Backported some configurations from the adonis rewrite
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 4a7ea30..79ef292 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -8,5 +8,8 @@ charset = utf-8
8trim_trailing_whitespace = true 8trim_trailing_whitespace = true
9insert_final_newline = true 9insert_final_newline = true
10 10
11[*.json]
12insert_final_newline = ignore
13
11[*.md] 14[*.md]
12trim_trailing_whitespace = false 15trim_trailing_whitespace = false