summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorReuben D'Netto <rdnetto@gmail.com>2018-04-05 09:18:20 +1000
committerReuben D'Netto <rdnetto@gmail.com>2018-04-05 09:18:20 +1000
commita683d2cd00780cf7d20caeeef44deb4cc60d2add (patch)
treefed2d107e9bb8caf284ee079f30525a857523f5b /.editorconfig
parent0bba975febb157adb800386f4cd7ecae0513eb2e (diff)
Modified .editorconfig to apply indentation style to docbook files
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig
index 7b40ff1ff568..f272739f240a 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -13,8 +13,8 @@ charset = utf-8
# see https://nixos.org/nixpkgs/manual/#chap-conventions
-# Match nix/ruby files, set indent to spaces with width of two
-[*.{nix,rb}]
+# Match nix/ruby/docbook files, set indent to spaces with width of two
+[*.{nix,rb,xml}]
indent_style = space
indent_size = 2