mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
Contributing.md: Mention Visual Studio formatting key combo
This commit is contained in:
parent
8d237eb102
commit
a1fe1a24c7
@ -51,6 +51,8 @@ In most cases, clang-format can and **should** be used to automatically reformat
|
|||||||
echo '/Source/Core/**/*.mm filter=clang_format' >> .git/info/attributes
|
echo '/Source/Core/**/*.mm filter=clang_format' >> .git/info/attributes
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- Visual Studio supports automatically formatting the current document according to the clang-format configuration by pressing <kbd>Control</kbd>+<kbd>K</kbd> followed by <kbd>Control</kbd>+<kbd>D</kbd> (or selecting Edit → Advanced → Format Document). This can be used without separately installing clang-format.
|
||||||
|
|
||||||
# <a name="cpp-coding-style-and-formatting"></a>C++ coding style and formatting
|
# <a name="cpp-coding-style-and-formatting"></a>C++ coding style and formatting
|
||||||
|
|
||||||
Summary:
|
Summary:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user