aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-17 19:03:20 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-07-17 19:03:20 +0530
commit0604b6ca552a20c98056dee5de0fb3049a2c6557 (patch)
treeb1e2b3d4d1d0ea093593320207eca71c17b262a7 /.editorconfig
parentUpgraded nodejs to '14.17.3' (diff)
downloadferdium-server-0604b6ca552a20c98056dee5de0fb3049a2c6557.tar.gz
ferdium-server-0604b6ca552a20c98056dee5de0fb3049a2c6557.tar.zst
ferdium-server-0604b6ca552a20c98056dee5de0fb3049a2c6557.zip
Normalizing editorconfig across all repos in ferdi.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig
index 9142239..4a7ea30 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,9 +1,8 @@
1# editorconfig.org
2root = true 1root = true
3 2
4[*] 3[*]
5indent_size = 2
6indent_style = space 4indent_style = space
5indent_size = 2
7end_of_line = lf 6end_of_line = lf
8charset = utf-8 7charset = utf-8
9trim_trailing_whitespace = true 8trim_trailing_whitespace = true