Skip to content
Snippets Groups Projects
Commit c5c3d940 authored by Lars Bilke's avatar Lars Bilke Committed by Dmitri Naumov
Browse files

Removed root = true from .editorconfig to allow user settings.

parent 70d4cd0a
No related branches found
No related tags found
No related merge requests found
root = true
[*]
indent_style = spaces
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4
[*.md]
trim_trailing_whitespace = false
indent_style = spaces
indent_size = 4
[*.{json,yml,toml}]
indent_style = space
indent_size = 2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment