astylerc revision a365340c84daca108caf96db56bad56712624b34
858df6902f0b177253fc3a2fc904a30a3f32aff9Krzysztof Kosiński# Inkscape coding style options for the Artistic Style formatter
858df6902f0b177253fc3a2fc904a30a3f32aff9Krzysztof Kosiński# Opening braces broken from functions only
a365340c84daca108caf96db56bad56712624b34Krzysztof Kosiński--brackets=stroustrup
858df6902f0b177253fc3a2fc904a30a3f32aff9Krzysztof Kosiński# Four-space indent; convert stray tabs
858df6902f0b177253fc3a2fc904a30a3f32aff9Krzysztof Kosiński--indent=spaces=4
858df6902f0b177253fc3a2fc904a30a3f32aff9Krzysztof Kosiński# Spaces around binary operators and before control statement parens
858df6902f0b177253fc3a2fc904a30a3f32aff9Krzysztof Kosiński# Attach pointers and references to variable names
858df6902f0b177253fc3a2fc904a30a3f32aff9Krzysztof Kosiński--align-pointer=name
858df6902f0b177253fc3a2fc904a30a3f32aff9Krzysztof Kosiński--align-reference=name
858df6902f0b177253fc3a2fc904a30a3f32aff9Krzysztof Kosiński# Add brackets to single-statement blocks
858df6902f0b177253fc3a2fc904a30a3f32aff9Krzysztof Kosiński# Misc. options
858df6902f0b177253fc3a2fc904a30a3f32aff9Krzysztof Kosiński--indent-preprocessor
858df6902f0b177253fc3a2fc904a30a3f32aff9Krzysztof Kosiński--indent-col1-comments