Files
osm2pgsql/.clang-format
Sarah Hoffmann 8bbef6a90c persistent store: catch invalid location exception
Invalid location is entirely expected, for example when updating
extract data. Also adds tests for the node store and sligtly
changes clang-format style with respect to templates.
2017-01-07 16:01:36 +01:00

10 lines
213 B
YAML

---
Language: Cpp
BasedOnStyle: LLVM
AccessModifierOffset: -4
BreakBeforeBraces: Mozilla
IndentWidth: 4
ConstructorInitializerIndentWidth: 0
ReflowComments: false
AlwaysBreakTemplateDeclarations: true