1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 00:05:35 +01:00
docs/.editorconfig

13 lines
187 B
INI
Raw Normal View History

2018-11-07 12:24:53 +01:00
root = true
[*]
charset = utf-8
indent_size = 4
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
2018-11-07 17:00:54 +01:00
2018-11-12 11:37:37 +01:00
[*.{json,yml,yaml,md}]
2018-11-07 17:00:54 +01:00
indent_size = 2