Diff of /contract/.editorconfig [000000] .. [de9008]

Switch to unified view

a b/contract/.editorconfig
1
#
2
# SPDX-License-Identifier: Apache-2.0
3
#
4
5
root = true
6
7
[*]
8
indent_style = space
9
indent_size = 4
10
end_of_line = lf
11
charset = utf-8
12
trim_trailing_whitespace = true
13
insert_final_newline = true
14
15
[*.md]
16
trim_trailing_whitespace = false