-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathCodeMaid.config
29 lines (29 loc) · 1.47 KB
/
CodeMaid.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="SteveCadwallader.CodeMaid.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</sectionGroup>
</configSections>
<userSettings>
<SteveCadwallader.CodeMaid.Properties.Settings>
<setting name="Cleaning_UpdateFileHeaderCSharp" serializeAs="String">
<value>// ============================================================================
// ______ _ _____ _
// | ____| | | / ____| | |
// | |__ __| | __ _| (___ __ _ _ __ ___ _ __ | | ___
// | __| / _` |/ _` |\___ \ / _` | '_ ` _ \| '_ \| |/ _ \
// | |___| (_| | (_| |____) | (_| | | | | | | |_) | | __/
// |______\__,_|\__,_|_____/ \__,_|_| |_| |_| .__/|_|\___|
// | |
// |_|
// MIT License
//
// Copyright (c) 2017-2018 Sunny Chen (daxnet)
//
// ============================================================================
</value>
</setting>
</SteveCadwallader.CodeMaid.Properties.Settings>
</userSettings>
</configuration>