summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2022-07-09 19:42:44 +0000
committerIvan Zhakov <ivan@apache.org>2022-07-09 19:42:44 +0000
commita8cb37a0409d78d3df5cfbf6caf4c2e7b8714f71 (patch)
tree0098bbe510b24f3255db8b8ebe113e02a3263fe8
parentfd3370d140e79ead8e9149f223e6eb3aef01ac1e (diff)
downloadapr-a8cb37a0409d78d3df5cfbf6caf4c2e7b8714f71.tar.gz
On 1.8.x branch: Merge r1902293, r1902292, r1902294 from trunk:
Add .editorconfig. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.8.x@1902609 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--.editorconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..a961b7e53
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,7 @@
+root = true
+
+[*]
+indent_style = space
+
+[**/CMakeLists.txt]
+indent_size = 2