ofs | hex dump | ascii |
---|---|---|
0000 | 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 02 e7 00 00 01 c1 08 06 00 00 0# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
# tab indentation
[src/**.js]
[src/**.jsx]
[resources/scss]
indent_style = tab
|