Remove UTF-8 BOMs from a few files.

And note the only ones that do need them in editorconfig.
This commit is contained in:
Unknown W. Brackets 2016-08-07 17:59:35 -07:00
parent fb05c05e74
commit f0a8e931ff
10 changed files with 18 additions and 10 deletions

View File

@ -18,5 +18,13 @@ end_of_line = lf
[Core/Dialog/PSPOskDialog.cpp]
charset = utf-16le
[ext/native/tools/kanjifilter.h]
# This file may need to force a BOM so compilers treat as utf-8.
charset = utf-8-bom
[Windows/GEDebugger/CtrlDisplayListView.cpp]
# This file may need to force a BOM so compilers treat as utf-8.
charset = utf-8-bom
[Windows/version.rc]
charset = utf-16le

View File

@ -1,4 +1,4 @@
// Copyright (c) 2012- PPSSPP Project.
// Copyright (c) 2012- PPSSPP Project.
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View File

@ -1,4 +1,4 @@
// Copyright (c) 2012- PPSSPP Project.
// Copyright (c) 2012- PPSSPP Project.
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@ -185,4 +185,4 @@ const HLEFunction sceMd5[] = {
void Register_sceMd5() {
RegisterModule("sceMd5", ARRAY_SIZE(sceMd5), sceMd5);
}
}

View File

@ -1,4 +1,4 @@
// Copyright (c) 2014- PPSSPP Project.
// Copyright (c) 2014- PPSSPP Project.
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View File

@ -1,4 +1,4 @@
// Copyright (c) 2012- PPSSPP Project.
// Copyright (c) 2012- PPSSPP Project.
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View File

@ -1,4 +1,4 @@
// Copyright (c) 2013- PPSSPP Project.
// Copyright (c) 2013- PPSSPP Project.
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View File

@ -1,4 +1,4 @@
// Copyright (c) 2013- PPSSPP Project.
// Copyright (c) 2013- PPSSPP Project.
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

View File

@ -1,4 +1,4 @@
#include <limits.h>
#include <limits.h>
#include <algorithm>
#include "base/NativeApp.h"

View File

@ -1,4 +1,4 @@
#include <queue>
#include <queue>
#include <algorithm>
#include "base/mutex.h"

View File

@ -1,4 +1,4 @@
#pragma once
#pragma once
#include "base/basictypes.h"