File: texstudio.astylerc

package info (click to toggle)
texstudio 2.11.2%2Bdebian-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 41,292 kB
  • ctags: 12,405
  • sloc: cpp: 93,072; xml: 10,217; ansic: 4,153; sh: 145; makefile: 56
file content (12 lines) | stat: -rw-r--r-- 516 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
# mostly the Qt coding style: https://wiki.qt.io/Qt_Coding_Style
# but we use tabs and don't enforce line length
--style=kr
--indent=tab=4  # use tabs, assume tab-width = 4
--align-pointer=name  # pointer star at variable name
--align-reference=name  # reference ampersand at variable name
#--convert-tabs  # convert tabs to spaces
--attach-namespaces
#--max-code-length=100  # maximal line length 
#--max-instatement-indent=120 
--pad-header # spaces after if, else, while ...
--pad-oper  # spaces around operators