summary refs log tree commit diff
path: root/.editorconfig
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2018-04-30 21:30:20 -0400
committerGitHub <noreply@github.com>2018-04-30 21:30:20 -0400
commitd1165dba9979b6bd4ba063b7e39384ece33eec4e (patch)
tree97ef14c099cb326ce0271de38f075ac3ed4df91a /.editorconfig
parent8cb0252b1e50a5236793e0fbf39b39510725ccf0 (diff)
parent7292c5a5701bacc4188a00e0399a92aa748ec6a5 (diff)
downloadnixlib-d1165dba9979b6bd4ba063b7e39384ece33eec4e.tar
nixlib-d1165dba9979b6bd4ba063b7e39384ece33eec4e.tar.gz
nixlib-d1165dba9979b6bd4ba063b7e39384ece33eec4e.tar.bz2
nixlib-d1165dba9979b6bd4ba063b7e39384ece33eec4e.tar.lz
nixlib-d1165dba9979b6bd4ba063b7e39384ece33eec4e.tar.xz
nixlib-d1165dba9979b6bd4ba063b7e39384ece33eec4e.tar.zst
nixlib-d1165dba9979b6bd4ba063b7e39384ece33eec4e.zip
Merge pull request #38831 from rdnetto/improve-cross-refs
Improve cross referencing in NixOS Manual
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