Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
ozone10 committed May 2, 2020
1 parent dfce8aa commit 1df05f2
Show file tree
Hide file tree
Showing 18 changed files with 3,774 additions and 3,774 deletions.
58 changes: 29 additions & 29 deletions .editorconfig
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
110 changes: 55 additions & 55 deletions .gitattributes
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
96 changes: 48 additions & 48 deletions .gitignore
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
Loading

0 comments on commit 1df05f2

Please sign in to comment.