summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2022-07-09 19:53:21 +0000
committerivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2022-07-09 19:53:21 +0000
commitc73ff3a35160409654ffed734d0f6f1d094cca60 (patch)
treec148dc2f0b9b57318fc999a6584df6d2cc54eceb
parent7d5717e46926a59c8d1b0ccfe70012ce339aa0a6 (diff)
downloadlibapr-c73ff3a35160409654ffed734d0f6f1d094cca60.tar.gz
On 1.8.x branch: Merge r1902610 from trunk:
.editorconfig: Use ident_size = 2 for *.json. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.8.x@1902611 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index a961b7e53..fcc7023b5 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -5,3 +5,6 @@ indent_style = space
[**/CMakeLists.txt]
indent_size = 2
+
+[*.json]
+ident_size = 2