Browse Source

style: use clangformat

tags/0.1.0
TCL 3 years ago
parent
commit
ab7e650bc2
4 changed files with 13 additions and 13 deletions
  1. +1
    -0
      README.md
  2. +6
    -6
      installer/Installer/AssemblyInfo.cs
  3. +6
    -6
      launcher/Launcher/AssemblyInfo.cs
  4. +0
    -1
      playback/Playback/Playback.cs

+ 1
- 0
README.md View File

@@ -64,6 +64,7 @@ THUAI6 开发组成员与其他贡献者应当遵循以下流程:
| refactor | 改变代码结构,但没有增加新功能 | | refactor | 改变代码结构,但没有增加新功能 |
| docs | 修改文档,如 README、CONTRIBUTE 等 | | docs | 修改文档,如 README、CONTRIBUTE 等 |
| revert | 版本回退 | | revert | 版本回退 |
| style | 仅仅修改了空格、格式缩进、逗号等等 |
| ... | ... | | ... | ... |


- 鼓励开发组成员之间互相 review 并 merge 代码到 dev 分支上。merge 前建议简单检查其 pull request 是否符合上述规范 - 鼓励开发组成员之间互相 review 并 merge 代码到 dev 分支上。merge 前建议简单检查其 pull request 是否符合上述规范


+ 6
- 6
installer/Installer/AssemblyInfo.cs View File

@@ -1,10 +1,10 @@
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.SourceAssembly //where the generic resource dictionary is located
//(used if a resource is not found in the page,
// app, or any theme specific 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
//(used if a resource is not found in the page,
// app, or any theme specific resource dictionaries)
)] )]

+ 6
- 6
launcher/Launcher/AssemblyInfo.cs View File

@@ -1,10 +1,10 @@
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.SourceAssembly //where the generic resource dictionary is located
//(used if a resource is not found in the page,
// app, or any theme specific 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
//(used if a resource is not found in the page,
// app, or any theme specific resource dictionaries)
)] )]

+ 0
- 1
playback/Playback/Playback.cs View File

@@ -2,6 +2,5 @@
{ {
public class Playback public class Playback
{ {

} }
} }

Loading…
Cancel
Save