summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2021-11-01 13:50:37 +0100
committerLukas Larsson <lukas@erlang.org>2021-11-01 13:50:37 +0100
commitb0058f3e9edf05ce1aec540798df693cc99e84da (patch)
tree745ecf703d74d83b4a8dbffa466d9e22fbccb90d /.editorconfig
parent797f3508b54099da03ae6dc3dd62f8d69255579e (diff)
downloaderlang-b0058f3e9edf05ce1aec540798df693cc99e84da.tar.gz
Set editor tab_width to 8
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 49104b1d5c..e9d6ce9c89 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -11,6 +11,7 @@ end_of_line = LF
[*]
indent_style = space
indent_size = 4
+tab_width = 8
insert_final_newline = true
# Adding trim_trailing_whitespace removes trailing
# from entire buffer on save and we do not want that