mirror of https://github.com/Icinga/icinga2.git
Docs: Improve styleguide for Windows
This commit is contained in:
parent
c265e4c282
commit
3e182aaab3
|
@ -9,7 +9,7 @@ development, package builds and tests.
|
|||
* [Test Icinga 2](21-development.md#development-tests)
|
||||
* [Snapshot Packages (Nightly Builds)](21-development.md#development-tests-snapshot-packages)
|
||||
* [Develop Icinga 2](21-development.md#development-develop)
|
||||
* [Preparations](21-development.md#development-develop-styleguide)
|
||||
* [Preparations](21-development.md#development-develop-prepare)
|
||||
* [Design Patterns](21-development.md#development-develop-design-patterns)
|
||||
* [Build Tools](21-development.md#development-develop-builds-tools)
|
||||
* [Unit Tests](21-development.md#development-develop-tests)
|
||||
|
@ -749,6 +749,9 @@ Depending on the file type, this must be a comment.
|
|||
|
||||
#### Code Formatting <a id="development-develop-code-formatting"></a>
|
||||
|
||||
**Tabs instead of spaces.** Inside Visual Studio, choose to keep tabs instead of
|
||||
spaces. Tabs should use 4 spaces indent by default, depending on your likings.
|
||||
|
||||
We follow the clang format, with some exceptions.
|
||||
|
||||
- Curly braces for functions and classes always start at a new line.
|
||||
|
@ -1614,6 +1617,23 @@ In addition also choose these individual components on Visual Studio 2017:
|
|||
|
||||
After a while, Visual Studio will be ready.
|
||||
|
||||
##### Style Guide for Visual Studio
|
||||
|
||||
Navigate into `Tools > Options > Text Editor` and repeat the following for
|
||||
|
||||
- C++
|
||||
- C#
|
||||
|
||||
Navigate into `Tabs` and set:
|
||||
|
||||
- Indenting: Smart (default)
|
||||
- Tab size: 4
|
||||
- Indent size: 4
|
||||
- Keep tabs (instead of spaces)
|
||||
|
||||

|
||||
|
||||
|
||||
#### Flex and Bison
|
||||
|
||||
Install it using [chocolatey](https://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html):
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Loading…
Reference in New Issue