mirror of
https://github.com/osm2pgsql-dev/osm2pgsql.git
synced 2025-08-16 15:04:27 +00:00

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.
10 lines
213 B
YAML
10 lines
213 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
AccessModifierOffset: -4
|
|
BreakBeforeBraces: Mozilla
|
|
IndentWidth: 4
|
|
ConstructorInitializerIndentWidth: 0
|
|
ReflowComments: false
|
|
AlwaysBreakTemplateDeclarations: true
|