In addition to the previous instructions, please check PRs for style.
- maximum text width is 80 characters
- indentation is 4 spaces
- no tabs, no trailing spaces
- list elements on the same line are separated with spaces
| # --- базовые --- | |
| indent_columns = 4 | |
| indent_with_tabs = 0 | |
| align_with_tabs = false | |
| code_width = 80 | |
| nl_max = 0 | |
| # --- препроцессор --- | |
| pp_space_after = remove # без пробела после '#' |
| # --- базовые --- | |
| indent_columns = 4 | |
| indent_with_tabs = 0 | |
| align_with_tabs = false | |
| code_width = 80 | |
| nl_max = 0 | |
| # --- препроцессор --- | |
| pp_space_after = remove # без пробела после '#' |
| # --- базовые --- | |
| indent_columns = 4 | |
| indent_with_tabs = 0 | |
| align_with_tabs = false | |
| code_width = 80 | |
| nl_max = 2 | |
| # --- препроцессор --- | |
| pp_space_after = remove # без пробела после '#' |
| BasedOnStyle: LLVM | |
| Language: Cpp | |
| # General layout | |
| ColumnLimit: 80 | |
| IndentWidth: 4 | |
| TabWidth: 4 | |
| UseTab: Never | |
| MaxEmptyLinesToKeep: 2 |
| BasedOnStyle: LLVM | |
| Language: Cpp | |
| # General layout | |
| ColumnLimit: 80 | |
| IndentWidth: 4 | |
| TabWidth: 4 | |
| UseTab: Never | |
| MaxEmptyLinesToKeep: 2 |