diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-11-09 23:35:16 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-11-09 23:35:16 +0000 |
commit | e30be658c9b4d0cbbea6751c3935870165d97444 (patch) | |
tree | d37bd0aef2149822b1dc491052312221bc66853b /Projects/LEDNotifier/CPUUsageApp/Properties/Settings.settings | |
parent | 46aea9d4ce0948f2340bfddc1c5a1bcc889e8840 (diff) | |
download | lufa-e30be658c9b4d0cbbea6751c3935870165d97444.tar.gz lufa-e30be658c9b4d0cbbea6751c3935870165d97444.tar.bz2 lufa-e30be658c9b4d0cbbea6751c3935870165d97444.zip |
Add missing SVN eol-style property to ensure that source code line endings and converted to the native values on checkout.
Diffstat (limited to 'Projects/LEDNotifier/CPUUsageApp/Properties/Settings.settings')
-rw-r--r-- | Projects/LEDNotifier/CPUUsageApp/Properties/Settings.settings | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Projects/LEDNotifier/CPUUsageApp/Properties/Settings.settings b/Projects/LEDNotifier/CPUUsageApp/Properties/Settings.settings index abf36c5d3..39645652a 100644 --- a/Projects/LEDNotifier/CPUUsageApp/Properties/Settings.settings +++ b/Projects/LEDNotifier/CPUUsageApp/Properties/Settings.settings @@ -1,7 +1,7 @@ -<?xml version='1.0' encoding='utf-8'?>
-<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
- <Profiles>
- <Profile Name="(Default)" />
- </Profiles>
- <Settings />
-</SettingsFile>
+<?xml version='1.0' encoding='utf-8'?> +<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)"> + <Profiles> + <Profile Name="(Default)" /> + </Profiles> + <Settings /> +</SettingsFile> |