-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Style: Unify formatting, add
.editorconfig
(#88)
- Loading branch information
Showing
12 changed files
with
370 additions
and
316 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
indent_size = 4 | ||
indent_style = tab | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
[*.{csproj,sln}] | ||
charset = utf-8-bom | ||
end_of_line = crlf | ||
|
||
[*.{cs,py}] | ||
indent_style = space | ||
|
||
[*.{csproj,yml,yaml}] | ||
indent_size = 2 | ||
indent_style = space | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
# Properly detect languages on Github | ||
web/static/thirdparty/* linguist-vendored | ||
|
||
# Normalize EOL for all files that Git considers text files | ||
* text=auto eol=lf | ||
# Except for Visual Studio files | ||
*.sln eol=crlf | ||
*.csproj eol=crlf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
Section "ServerLayout" | ||
Identifier "default-layout" | ||
Screen 0 "screen" | ||
Identifier "default-layout" | ||
Screen 0 "screen" | ||
EndSection | ||
|
||
Section "Device" | ||
Identifier "amd" | ||
Driver "amdgpu" | ||
BusID "PCI:1:0:0" | ||
Identifier "amd" | ||
Driver "amdgpu" | ||
BusID "PCI:1:0:0" | ||
EndSection | ||
|
||
Section "Monitor" | ||
Identifier "monitor" | ||
Modeline "1920x1200_60.00" 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync | ||
Option "PreferredMode" "1920x1080_60.00" | ||
Identifier "monitor" | ||
Modeline "1920x1200_60.00" 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync | ||
Option "PreferredMode" "1920x1080_60.00" | ||
EndSection | ||
|
||
Section "Screen" | ||
Identifier "screen" | ||
Device "amd" | ||
Monitor "monitor" | ||
DefaultDepth 24 | ||
SubSection "Display" | ||
Depth 24 | ||
Modes "1920x1080" | ||
EndSubSection | ||
Identifier "screen" | ||
Device "amd" | ||
Monitor "monitor" | ||
DefaultDepth 24 | ||
SubSection "Display" | ||
Depth 24 | ||
Modes "1920x1080" | ||
EndSubSection | ||
EndSection |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
Oops, something went wrong.