-
Notifications
You must be signed in to change notification settings - Fork 17
Improve editor config for two indentation files #1661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 2 commits
ee01767
ba6e080
77923a6
b1da710
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -19,57 +19,27 @@ charset = utf-8 | |||||||||
| # File Extension Settings | ||||||||||
| ########################################## | ||||||||||
|
|
||||||||||
| [*.{yml,yaml}] | ||||||||||
| [*.{xaml,xml,yml,yaml,slnf,sln,csproj,proj,projitems,shproj,props,targets,appxmanifest,json,html,cshtml,webmanifest,manifest,css,vsconfig,sh,md,markdown}] | ||||||||||
| indent_size = 2 | ||||||||||
| indent_style = space | ||||||||||
|
|
||||||||||
| [.vsconfig] | ||||||||||
| indent_size = 2 | ||||||||||
| end_of_line = lf | ||||||||||
|
|
||||||||||
| [*.sln] | ||||||||||
| indent_style = tab | ||||||||||
| indent_size = 2 | ||||||||||
|
|
||||||||||
| [*.{csproj,proj,projitems,shproj}] | ||||||||||
| indent_size = 4 | ||||||||||
|
|
||||||||||
| [*.{json,slnf}] | ||||||||||
| indent_size = 2 | ||||||||||
| [.{vsconfig,csproj,proj,projitems,sh,shproj,props,targets,json,slnf,css,webmanifest,manifest,plist}] | ||||||||||
DevTKSS marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||||||
| end_of_line = lf | ||||||||||
|
|
||||||||||
| [*.{props,targets}] | ||||||||||
| indent_size = 4 | ||||||||||
|
|
||||||||||
| [*.xaml] | ||||||||||
| indent_size = 4 | ||||||||||
| charset = utf-8-bom | ||||||||||
|
|
||||||||||
| [*.xml] | ||||||||||
| indent_size = 4 | ||||||||||
| end_of_line = lf | ||||||||||
|
|
||||||||||
| [*.plist] | ||||||||||
| indent_size = 4 | ||||||||||
| indent_style = tab | ||||||||||
|
Comment on lines
33
to
34
|
||||||||||
| indent_size = 4 | |
| indent_style = tab | |
| indent_size = 2 | |
| indent_style = space |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not seeing conflict. above is only group set, that all of them are getting the lf eol, but the size and styling are only set for plist down here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR title contains a spelling error: 'intendation' should be 'indentation'. This same terminology issue appears to be reflected in the configuration grouping.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in the configuration grouping I would not see this wrong spelled. Updated the title either way. rewording the branch would cancel the whole PR, which seems like unrequired trouble.