SW 중심대학 OSS GIT 서버
박건태, 이승준, 고기완, 이준호
새로운 배포
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# see http://editorconfig.org/ for docs on this file
root = true
[*]indent_style = spaceindent_size = 4end_of_line = lf ; help with sharing files across os's (i.e. network share or through local vm)#charset temporarily disabled due to bug in VS2017 changing to UTF-8 with BOM (https://favro.com/card/c564ede4ed3337f7b17986b6/Uni-17877)#charset = utf-8trim_trailing_whitespace = trueinsert_final_newline = true
# trailing whitespace is significant in markdown (bad choice, bad!)[*.{md,markdown}]trim_trailing_whitespace = false
# keep these and the VS stuff below in sync with .hgeol's CRLF extensions[*.{vcproj,bat,cmd,xaml,tt,t4,ttinclude}]end_of_line = crlf
# this VS-specific stuff is based on experiments to see how VS will modify a file after it has been manually edited.# the settings are meant to closely match what VS does to minimize unnecessary diffs. this duplicates some settings in *# but let's be explicit here to be safe (in case someone wants to copy-paste this out to another .editorconfig).[*.{vcxproj,vcxproj.filters}]indent_style = spaceindent_size = 2end_of_line = crlfcharset = utf-8-bomtrim_trailing_whitespace = trueinsert_final_newline = false# must be broken out because of 51-char bug (https://github.com/editorconfig/editorconfig-visualstudio/issues/21)[*.{csproj,pyproj,props,targets}]indent_style = spaceindent_size = 2end_of_line = crlfcharset = utf-8-bomtrim_trailing_whitespace = trueinsert_final_newline = false[*.{sln,sln.template}]indent_style = tabindent_size = 4end_of_line = crlfcharset = utf-8trim_trailing_whitespace = trueinsert_final_newline = false
|