From a69e058fdcd0cea52144f12a171eafedb5401f4e Mon Sep 17 00:00:00 2001 From: ze Date: Sun, 25 Apr 2021 19:37:19 -0400 Subject: [PATCH] Add v2format.config.json to repository --- v2format.config.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 v2format.config.json diff --git a/v2format.config.json b/v2format.config.json new file mode 100644 index 0000000..e317f52 --- /dev/null +++ b/v2format.config.json @@ -0,0 +1,18 @@ +{ + "paths": { + "common/cb_types.txt": { + "bracketWraparound": 1 + }, + "map/default.map": { + "singleLineBlock": false, + "bracketWraparound": 25 + }, + "news": { + "bracketWraparound": 1 + }, + "/": { + "tabWidth": 2 + } + }, + "excludeFiles": ["map/positions.txt"] +}