summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-14 01:27:16 +0000
committerJoão Valverde <j@v6e.pt>2016-03-14 13:22:14 +0000
commitfe535b8eb977f78269825033ece0f1e97b976f0b (patch)
tree485c108862b61a44cd93a1f176baac492a0814af /.editorconfig
parentee531bad183f52d2627bd95c90386639c4ae542f (diff)
downloadwireshark-fe535b8eb977f78269825033ece0f1e97b976f0b.tar.gz
Set EditorConfig hard tab width to 8 for C
Our check scripts require 8 columns when using tab indentation with modelines so use the same setting for EditorConfig. Change-Id: I5a5a7c22a03866ee77c8fdc98d6582366950ce77 Reviewed-on: https://code.wireshark.org/review/14453 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index ccbe7960a6..d30660879b 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -27,6 +27,7 @@ charset = utf-8
[**.[ch]]
indent_style = space
indent_size = 4
+tab_width = 8
charset = utf-8
[{capinfos,captype,mergecap,mkcap,tfshark,tshark}.c]