| @@ -0,0 +1,21 @@ | |||||
| for i in {1..10} | |||||
| do | |||||
| find . -iname "*.cs" \ | |||||
| -or -iname "*.c" \ | |||||
| -or -iname "*.h" \ | |||||
| -or -iname "*.C" \ | |||||
| -or -iname "*.H" \ | |||||
| -or -iname "*.cpp" \ | |||||
| -or -iname "*.hpp" \ | |||||
| -or -iname "*.cc" \ | |||||
| -or -iname "*.hh" \ | |||||
| -or -iname "*.c++" \ | |||||
| -or -iname "*.h++" \ | |||||
| -or -iname "*.cxx" \ | |||||
| -or -iname "*.hxx" \ | |||||
| -or -iname "*.i" \ | |||||
| -or -iname "*.ixx" \ | |||||
| -or -iname "*.ipp" \ | |||||
| -or -iname "*.i++" \ | |||||
| | xargs clang-format -i | |||||
| done | |||||
| @@ -1,9 +1,9 @@ | |||||
| using System.Windows; | using System.Windows; | ||||
| [assembly:ThemeInfo( | [assembly:ThemeInfo( | ||||
| ResourceDictionaryLocation.None, // where theme specific resource dictionaries are located | |||||
| //(used if a resource is not found in the page, | |||||
| // or application resource dictionaries) | |||||
| ResourceDictionaryLocation.None, // where theme specific resource dictionaries are located | |||||
| //(used if a resource is not found in the page, | |||||
| // or application resource dictionaries) | |||||
| ResourceDictionaryLocation.SourceAssembly // where the generic resource dictionary is located | ResourceDictionaryLocation.SourceAssembly // where the generic resource dictionary is located | ||||
| //(used if a resource is not found in the page, | //(used if a resource is not found in the page, | ||||
| // app, or any theme specific resource dictionaries) | // app, or any theme specific resource dictionaries) | ||||
| @@ -1,9 +1,9 @@ | |||||
| using System.Windows; | using System.Windows; | ||||
| [assembly:ThemeInfo( | [assembly:ThemeInfo( | ||||
| ResourceDictionaryLocation.None, // where theme specific resource dictionaries are located | |||||
| //(used if a resource is not found in the page, | |||||
| // or application resource dictionaries) | |||||
| ResourceDictionaryLocation.None, // where theme specific resource dictionaries are located | |||||
| //(used if a resource is not found in the page, | |||||
| // or application resource dictionaries) | |||||
| ResourceDictionaryLocation.SourceAssembly // where the generic resource dictionary is located | ResourceDictionaryLocation.SourceAssembly // where the generic resource dictionary is located | ||||
| //(used if a resource is not found in the page, | //(used if a resource is not found in the page, | ||||
| // app, or any theme specific resource dictionaries) | // app, or any theme specific resource dictionaries) | ||||