# Salam C code style. Applied to all C under compiler/.
---
Language: Cpp
BasedOnStyle: LLVM
IndentWidth: 4
TabWidth: 4
UseTab: Never
ColumnLimit: 90
BreakBeforeBraces: Linux
PointerAlignment: Right
SpaceBeforeParens: ControlStatements
AllowShortIfStatementsOnASingleLine: WithoutElse
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
KeepEmptyLinesAtTheStartOfBlocks: false
SortIncludes: Never
IndentPPDirectives: AfterHash
PPIndentWidth: 2
BreakStringLiterals: false
StatementMacros:
  - IN1F
  - IN2F
