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"] +}