You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
0e6aa011b3
#rb none #rnx [CL 11166227 by Ben Marsh in Main branch]
34 lines
542 B
INI
34 lines
542 B
INI
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Baseline
|
|
[*]
|
|
charset = utf-8
|
|
indent_style = tab
|
|
indent_size = 4
|
|
tab_width = 4
|
|
trim_trailing_whitespace = false
|
|
max_line_length = 120
|
|
|
|
# MSBuild
|
|
[*.{csproj,proj,projitems,shproj,fsproj,target,props}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
# XML config files
|
|
[*.{config,nuspec,resx,natvis}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
# Python files
|
|
[*.py]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
# YAML files
|
|
[*.yaml]
|
|
indent_style = space
|
|
indent_size = 2
|