tools: set xml indentation in .editorconfig

This commit is contained in:
bastimeyer 2023-02-24 01:20:24 +01:00 committed by Sebastian Meyer
parent e6849137c2
commit 11de140658
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ insert_final_newline = true
max_line_length = 128
trim_trailing_whitespace = true
[*.{cfg,svg,toml,yml}]
[*.{cfg,mpd,svg,toml,xml,yml}]
indent_size = 2
[*.{md,markdown}]