# To learn more about .editorconfig see https://aka.ms/editorconfigdocs
###############################
# Core EditorConfig Options   #
###############################

root=true

# All files
[*]
indent_size = 4
indent_style = space
tab_width = 4
insert_final_newline = false

# C# code file
[*.{cs,xaml,cshtml,csproj,razor,resx,xamlx,xsd}]
end_of_line = lf
charset = utf-8

# JS code file
[*.{js,ts,css,scss,html,json}]
end_of_line = lf
charset = utf-8
indent_size=2
tab_width=2

# Web rc file
[{*.har,*.jsb2,*.jsb3,.babelrc,.eslintrc,.stylelintrc,bowerrc,jest.config}]
indent_size=2
tab_width=2

# C++ code file
[*.{cpp,h,tlh,tli}]
end_of_line = crlf