Skip to content

Commit

Permalink
Modified .editorconfig to apply indentation style to docbook files
Browse files Browse the repository at this point in the history
  • Loading branch information
rdnetto committed Apr 4, 2018
1 parent 0bba975 commit a683d2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a683d2c

Please sign in to comment.