DEVELOPMENT ENVIRONMENT

~alex/mandelbrot-set-gen

ref: 03d3348a745b77e464e2e830ad7bd8cef5bfdff0 mandelbrot-set-gen/.clang-format -rw-r--r-- 464 bytes
03d3348aAlejandro Laguna fix: visual not appearing without event a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
BasedOnStyle: LLVM

IndentWidth: 4
TabWidth: 4
UseTab: Never

ColumnLimit: 100

BreakBeforeBraces: Attach

AllowShortIfStatementsOnASingleLine: AllIfsAndElse
AllowShortLoopsOnASingleLine: true
AllowShortFunctionsOnASingleLine: All

IndentCaseLabels: true
SpaceBeforeParens: ControlStatements
PointerAlignment: Left

SortIncludes: true
InsertBraces: true

BraceWrapping:
  AfterFunction: false
  AfterControlStatement: false
  AfterStruct: false
  AfterEnum: false