terminal/src/propsheet
Dustin L. Howett dbbe820ae4
Update clang-format to 10.0 (#7389)
This commit removes our local copy of clang-format 8 and replaces it
with a newly-built nuget package containing clang-format 10.

This resolves the inconsistency between our version of clang-format and
the one shipped in Visual Studio.

A couple minor format changes were either required or erroneously forced
upon us--chief among them is a redistribution of `*`s around SAL
annotations in inline class members of COM classes. Don't ask why; I
couldn't figure it out.

We had some aspirational goals for our formatting, which were left in
but commented out. Enabling them changes our format a little more than
I'm comfortable with, so I uncommented them and locked them to the
format style we've been using for the past year. We may not love it, but
our aspirations may not matter here any longer. Consistent formatting is
better than perfect formatting.
2020-08-25 17:15:43 +00:00
..
ColorControl.cpp Change NULL to nullptr since they are pointers (#4960) 2020-03-20 20:35:12 +00:00
ColorControl.h add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
ColorsPage.cpp Change NULL to nullptr since they are pointers (#4960) 2020-03-20 20:35:12 +00:00
ColorsPage.h add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
console.cpp ci: run spell check in CI, fix remaining issues (#4799) 2020-03-25 11:02:53 -07:00
console.def Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
console.dll.mui.lci Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
console.h Rename propsheet/TerminalPage to propsheet/TerminalPropsheetPage (#5882) 2020-05-14 01:49:20 +00:00
console.man Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
console.rc Prevent "Options" propsheet from reverting cursor shape settings (#2663) 2019-09-09 14:45:05 +00:00
console.Resources.man Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
dbcs.cpp Change NULL to nullptr since they are pointers (#4960) 2020-03-20 20:35:12 +00:00
dialogs.h Give cursor radio buttons their own sequential IDs in propsheet (#6231) 2020-05-28 14:16:10 -07:00
dll.cpp add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
font.h add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
fontdlg.cpp Change NULL to nullptr since they are pointers (#4960) 2020-03-20 20:35:12 +00:00
fontdlg.h add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
globals.cpp Change NULL to nullptr since they are pointers (#4960) 2020-03-20 20:35:12 +00:00
globals.h Fix a bunch of spelling errors across the project (#4295) 2020-02-10 20:40:01 +00:00
init.cpp Change NULL to nullptr since they are pointers (#4960) 2020-03-20 20:35:12 +00:00
LayoutPage.cpp Fix a bunch of spelling errors across the project (#4295) 2020-02-10 20:40:01 +00:00
LayoutPage.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
menu.h add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
misc.cpp Change NULL to nullptr since they are pointers (#4960) 2020-03-20 20:35:12 +00:00
OptionsPage.cpp Change NULL to nullptr since they are pointers (#4960) 2020-03-20 20:35:12 +00:00
OptionsPage.h Prevent "Options" propsheet from reverting cursor shape settings (#2663) 2019-09-09 14:45:05 +00:00
precomp.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
precomp.h Replace old C headers (xxx.h) with modern ones (cxxx) (#5080) 2020-07-01 11:00:24 -07:00
preview.cpp Change NULL to nullptr since they are pointers (#4960) 2020-03-20 20:35:12 +00:00
product.pbxproj Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
propsheet.vcxproj Rename propsheet/TerminalPage to propsheet/TerminalPropsheetPage (#5882) 2020-05-14 01:49:20 +00:00
propsheet.vcxproj.filters Combined changes to make the build work again (see inside) (#2945) 2019-09-30 10:39:55 -07:00
PropSheetHandler.cpp Update clang-format to 10.0 (#7389) 2020-08-25 17:15:43 +00:00
registry.cpp Change NULL to nullptr since they are pointers (#4960) 2020-03-20 20:35:12 +00:00
sources Rename propsheet/TerminalPage to propsheet/TerminalPropsheetPage (#5882) 2020-05-14 01:49:20 +00:00
strid.mc Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
TerminalPropsheetPage.cpp Rename propsheet/TerminalPage to propsheet/TerminalPropsheetPage (#5882) 2020-05-14 01:49:20 +00:00
TerminalPropsheetPage.h Rename propsheet/TerminalPage to propsheet/TerminalPropsheetPage (#5882) 2020-05-14 01:49:20 +00:00
util.cpp add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
windowsshell.manifest Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00