From 03351f5a62ac99441b82f39286f076d97fa14e88 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sat, 21 Mar 2020 14:05:24 -0400 Subject: [PATCH] Remove BOM from two files (#166) --- CMakeLists.txt | 2 +- CMakeSettings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f90271c..a7450ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# DirectX Texture Library +# DirectX Texture Library # # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. diff --git a/CMakeSettings.json b/CMakeSettings.json index 120e9d3..58fc3c8 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -1,4 +1,4 @@ -{ +{ "configurations": [ { "name": "x86-Clang-Debug",