sdksberpay-reactnative
/
.editorconfig
15 строк · 283.0 Байт
1# EditorConfig helps developers define and maintain consistent
2# coding styles between different editors and IDEs
3# editorconfig.org
4
5root = true
6
7[*]
8
9indent_style = space
10indent_size = 2
11
12end_of_line = lf
13charset = utf-8
14trim_trailing_whitespace = true
15insert_final_newline = true
16