File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -480,3 +480,17 @@ ij_properties_align_group_field_declarations = false
480480ij_properties_keep_blank_lines = false
481481ij_properties_key_value_delimiter = equals
482482ij_properties_spaces_around_key_value_delimiter = false
483+
484+ [{* .yaml,* .yml} ]
485+ indent_size = 2
486+ ij_yaml_align_values_properties = do_not_align
487+ ij_yaml_autoinsert_sequence_marker = true
488+ ij_yaml_block_mapping_on_new_line = false
489+ ij_yaml_indent_sequence_value = true
490+ ij_yaml_keep_indents_on_empty_lines = false
491+ ij_yaml_keep_line_breaks = true
492+ ij_yaml_sequence_on_new_line = false
493+ ij_yaml_space_before_colon = false
494+ ij_yaml_spaces_within_braces = true
495+ ij_yaml_spaces_within_brackets = true
496+
Original file line number Diff line number Diff line change 185185 </plugins >
186186 </pluginManagement >
187187 </build >
188+
189+ <distributionManagement >
190+ <repository >
191+ <id >github</id >
192+ <name >GitHub Fortnox Apache Maven Packages</name >
193+ <url >https://maven.pkg.github.com/FortnoxAB/changesets-java</url >
194+ </repository >
195+ </distributionManagement >
188196</project >
You can’t perform that action at this time.
0 commit comments