diff --git a/.editorconfig b/.editorconfig index 837d975..9cbbec2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,7 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true spaces_around_operators = true + +[*.json] +indent_size = 0 +indent_style = tab diff --git a/avaje-config/src/main/resources/META-INF/native-image/io.avaje.config.avaje-config/resource-config.json b/avaje-config/src/main/resources/META-INF/native-image/io.avaje.config.avaje-config/resource-config.json new file mode 100644 index 0000000..f82473b --- /dev/null +++ b/avaje-config/src/main/resources/META-INF/native-image/io.avaje.config.avaje-config/resource-config.json @@ -0,0 +1,13 @@ +{ + "resources": [ + { + "pattern": "application.properties" + }, + { + "pattern": "application.yaml" + }, + { + "pattern": "application.yml" + } + ] +}