-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
3,774 additions
and
3,774 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 |
---|---|---|
@@ -1,29 +1,29 @@ | ||
# EditorConfig is awesome: https://EditorConfig.org | ||
|
||
# top-most EditorConfig file | ||
root = true | ||
|
||
# Use space for indentation. | ||
[*] | ||
indent_style = space | ||
|
||
# C/C++/C# Code Files | ||
[*.{c,cpp,cxx,c++,cc,cs,h,hpp,h++,hh}] | ||
indent_size = 4 | ||
insert_final_newline = true | ||
trim_trailing_whitespace=true | ||
|
||
# Visual Studio Project Files (XML) | ||
[*.{csproj,vcxproj,vcxproj.filters,props}] | ||
indent_size = 2 | ||
|
||
[*.sln] | ||
indent_style = tab | ||
|
||
# Powershell Scripts | ||
[*.ps1] | ||
indent_size = 2 | ||
|
||
# Markdown | ||
[*.{md,markdown}] | ||
trim_trailing_whitespace = false | ||
# EditorConfig is awesome: https://EditorConfig.org | ||
|
||
# top-most EditorConfig file | ||
root = true | ||
|
||
# Use space for indentation. | ||
[*] | ||
indent_style = space | ||
|
||
# C/C++/C# Code Files | ||
[*.{c,cpp,cxx,c++,cc,cs,h,hpp,h++,hh}] | ||
indent_size = 4 | ||
insert_final_newline = true | ||
trim_trailing_whitespace=true | ||
|
||
# Visual Studio Project Files (XML) | ||
[*.{csproj,vcxproj,vcxproj.filters,props}] | ||
indent_size = 2 | ||
|
||
[*.sln] | ||
indent_style = tab | ||
|
||
# Powershell Scripts | ||
[*.ps1] | ||
indent_size = 2 | ||
|
||
# Markdown | ||
[*.{md,markdown}] | ||
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,55 +1,55 @@ | ||
# Set the default behavior. | ||
* text=auto | ||
|
||
#Visual Studio Project Files | ||
*.sln text eol=crlf | ||
*.csproj text eol=crlf | ||
*.vcxproj text eol=crlf | ||
|
||
*.filters text eol=crlf | ||
*.props text eol=crlf | ||
|
||
#Resource File | ||
*.rc text eol=crlf | ||
|
||
# C/C++/C# Code Files | ||
*.c text diff=c | ||
*.cpp text diff=cpp | ||
*.cxx text diff=cpp | ||
*.c++ text diff=cpp | ||
*.cc text diff=cpp | ||
*.cs text diff=csharp | ||
|
||
*.h text diff=c | ||
*.hpp text diff=cpp | ||
*.h++ text diff=cpp | ||
*.hh text diff=cpp | ||
|
||
# Dynamic libraries | ||
*.dll binary | ||
|
||
# Static libraries | ||
*.lib binary | ||
|
||
# Executables | ||
*.exe binary | ||
|
||
# Windows scripts | ||
*.bat text eol=crlf | ||
*.cmd text eol=crlf | ||
*.ps1 text eol=crlf | ||
|
||
# Other | ||
*.md text | ||
*.txt text | ||
|
||
*.xml text | ||
*.yaml text | ||
*.yml text | ||
|
||
.editorconfig text | ||
.gitattributes text | ||
.gitignore text | ||
|
||
#Third Party Files | ||
RainmeterAPI.h text eol=crlf | ||
# Set the default behavior. | ||
* text=auto | ||
|
||
#Visual Studio Project Files | ||
*.sln text eol=crlf | ||
*.csproj text eol=crlf | ||
*.vcxproj text eol=crlf | ||
|
||
*.filters text eol=crlf | ||
*.props text eol=crlf | ||
|
||
#Resource File | ||
*.rc text eol=crlf | ||
|
||
# C/C++/C# Code Files | ||
*.c text diff=c | ||
*.cpp text diff=cpp | ||
*.cxx text diff=cpp | ||
*.c++ text diff=cpp | ||
*.cc text diff=cpp | ||
*.cs text diff=csharp | ||
|
||
*.h text diff=c | ||
*.hpp text diff=cpp | ||
*.h++ text diff=cpp | ||
*.hh text diff=cpp | ||
|
||
# Dynamic libraries | ||
*.dll binary | ||
|
||
# Static libraries | ||
*.lib binary | ||
|
||
# Executables | ||
*.exe binary | ||
|
||
# Windows scripts | ||
*.bat text eol=crlf | ||
*.cmd text eol=crlf | ||
*.ps1 text eol=crlf | ||
|
||
# Other | ||
*.md text | ||
*.txt text | ||
|
||
*.xml text | ||
*.yaml text | ||
*.yml text | ||
|
||
.editorconfig text | ||
.gitattributes text | ||
.gitignore text | ||
|
||
#Third Party Files | ||
RainmeterAPI.h text 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,48 @@ | ||
# Dot Files/Folder | ||
.* | ||
|
||
# Prerequisites | ||
*.d | ||
|
||
# Compiled Object files | ||
*.slo | ||
*.lo | ||
*.o | ||
*.obj | ||
|
||
# Precompiled Headers | ||
*.gch | ||
*.pch | ||
|
||
# Compiled Dynamic libraries | ||
*.so | ||
*.dylib | ||
*.dll | ||
|
||
# Fortran module files | ||
*.mod | ||
*.smod | ||
|
||
# Compiled Static libraries | ||
*.lai | ||
*.la | ||
*.a | ||
*.lib | ||
|
||
# Executables | ||
*.exe | ||
*.out | ||
*.app | ||
|
||
# Folders | ||
*.vscode | ||
*.git | ||
*.vs | ||
*.cppcheck | ||
|
||
Build | ||
Intermediate | ||
|
||
# Visual Studio Generated | ||
*.aps | ||
*.vcxproj.user | ||
# Dot Files/Folder | ||
.* | ||
|
||
# Prerequisites | ||
*.d | ||
|
||
# Compiled Object files | ||
*.slo | ||
*.lo | ||
*.o | ||
*.obj | ||
|
||
# Precompiled Headers | ||
*.gch | ||
*.pch | ||
|
||
# Compiled Dynamic libraries | ||
*.so | ||
*.dylib | ||
*.dll | ||
|
||
# Fortran module files | ||
*.mod | ||
*.smod | ||
|
||
# Compiled Static libraries | ||
*.lai | ||
*.la | ||
*.a | ||
*.lib | ||
|
||
# Executables | ||
*.exe | ||
*.out | ||
*.app | ||
|
||
# Folders | ||
*.vscode | ||
*.git | ||
*.vs | ||
*.cppcheck | ||
|
||
Build | ||
Intermediate | ||
|
||
# Visual Studio Generated | ||
*.aps | ||
*.vcxproj.user |
Oops, something went wrong.