diff options
author | Patrick Spek <p.spek@tyil.nl> | 2020-07-04 13:08:02 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2020-07-04 13:08:02 +0200 |
commit | 6e2122b3801194ba82cab1f1063b86755207a2fc (patch) | |
tree | 23adbbe78b1d14be2abb7257a4c5d2feff4458d2 | |
parent | 942370ebb982bc5759b64634a2babf508822ee6a (diff) | |
download | Dist::Maker-6e2122b3801194ba82cab1f1063b86755207a2fc.tar.gz Dist::Maker-6e2122b3801194ba82cab1f1063b86755207a2fc.tar.bz2 |
Set tab width to 8
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 74dde7f..4029cc2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,7 @@ charset = utf-8 end_of_line = lf insert_final_newline = true indent_style = tab -indent_size = 4 +indent_size = 8 [*.json] indent_style = space |