зеркало из https://github.com/microsoft/v8-jsi.git
26 строки
462 B
INI
26 строки
462 B
INI
# EditorConfig is awesome: http://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = false
|
|
|
|
[*]
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 2
|
|
|
|
|
|
# Xml project files
|
|
[*.{config,csproj,nuspec,props,targets,vcxitems,vcxproj,vcxproj.filters}]
|
|
end_of_line = crlf
|
|
insert_final_newline = false
|
|
|
|
[*.ps1]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[package.json]
|
|
insert_final_newline = false
|