Modified .editorconfig to apply indentation style to docbook files
This commit is contained in:
parent
0bba975feb
commit
a683d2cd00
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ charset = utf-8
|
||||||
|
|
||||||
# see https://nixos.org/nixpkgs/manual/#chap-conventions
|
# see https://nixos.org/nixpkgs/manual/#chap-conventions
|
||||||
|
|
||||||
# Match nix/ruby files, set indent to spaces with width of two
|
# Match nix/ruby/docbook files, set indent to spaces with width of two
|
||||||
[*.{nix,rb}]
|
[*.{nix,rb,xml}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue