source: node_modules/xml-but-prettier/.editorconfig

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 155 bytes
Line 
1root = true
2
3[*]
4indent_style = space
5end_of_line = lf
6charset = utf-8
7trim_trailing_whitespace = true
8insert_final_newline = true
9
10[*.js]
11indent_size = 2
Note: See TracBrowser for help on using the repository browser.