Explorar el Código

Add astyle specification

Richard Wackerbarth hace 8 años
padre
commit
4cdafc0b35
Se han modificado 1 ficheros con 23 adiciones y 0 borrados
  1. 23
    0
      .astylerc

+ 23
- 0
.astylerc Ver fichero

@@ -0,0 +1,23 @@
1
+--style=google
2
+--keep-one-line-blocks
3
+
4
+--indent=spaces=2
5
+--indent-preproc-block
6
+--indent-preproc-define
7
+--indent-col1-comments
8
+
9
+--remove-brackets
10
+--break-after-logical
11
+--delete-empty-lines
12
+
13
+--pad-oper
14
+--pad-header
15
+--unpad-paren
16
+--align-pointer=type
17
+--align-reference=type
18
+
19
+--attach-classes
20
+--attach-inlines
21
+--keep-one-line-statements
22
+
23
+--indent-namespaces

Loading…
Cancelar
Guardar