summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2019-05-04 10:18:21 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2019-05-04 12:05:39 -0300
commit560419ed8aec60f3e5d5b561a10083430f144915 (patch)
tree9c86bab0bd10074c4411a355598e8781fb71069c /.editorconfig
parente3e19b4cea5e9b04e95c0495c5ee9ba08cb62547 (diff)
downloadgnome-calendar-560419ed8aec60f3e5d5b561a10083430f144915.tar.gz
editorconfig: Update tab width
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index dfa12dd2..1eafeae8 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -12,7 +12,7 @@ indent_style = space
[*.c]
indent_size = 2
-tab_width = 8
+tab_width = 2
max_line_length = 120
# Tab indentation (no size specified)