15 lines
213 B
INI
15 lines
213 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
|
|
[*.js]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
<<<<<<< HEAD
|
|
end_of_line = lf
|
|
=======
|
|
end_of_line = crlf
|
|
>>>>>>> origin/next
|