Please add support for "YAML: Align values in maps" to EditorConfig keys
Hi,
I'm using the bundled EditorConfig plugin. I'd like to set a default for the YAML code style "Align values in maps" but it is not available as a key. I have noticed that since 2019.3.5, there were new YAML specific values added. I am confused why this setting was omitted. Perhaps because it's not a boolean value. 🤔
I have the following:
[*.{yml,yaml}]
indent_style = space
indent_size = 2
ij_yaml_keep_indents_on_empty_lines = false
ij_yaml_keep_line_breaks = true
ij_yaml_space_before_colon = false
ij_yaml_spaces_within_braces = true
ij_yaml_spaces_within_brackets = true
Is this key available in any current or upcoming EAP builds? I'd like to request that it be added. Not being able to commit this configuration setting causes difficulties in coordinating it manually across my team.
Reference: https://www.jetbrains.com/help/idea/configuring-code-style.html#editorconfig
IntelliJ IDEA 2020.2.1 (Ultimate Edition)
Build #IU-202.6948.69, built on August 24, 2020
Runtime version: 11.0.8+10-b944.31 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 10.15.4
GC: ParNew, ConcurrentMarkSweep
Memory: 725M
Cores: 8
Registry: bigger.font.in.project.view=true, ide.balloon.shadow.size=0
Non-Bundled Plugins: Gradle View, PlantUML integration, CheckStyle-IDEA, GrepConsole, Lombook Plugin, com.dubreuia, org.jetbrains.plugins.spotbugs, com.jetbrains.ChooseRuntime, com.intellij.plugins.watcher, com.mallowigi, com.wakatime.intellij.plugin, net.sjrx.intellij.plugins.systemdunitfiles, org.jetbrains.action-tracker, org.jetbrains.plugins.hocon, ru.trylogic.idea.gitlab.integration, mobi.hsz.idea.gitignore, com.intellij.kubernetes, org.zalando.intellij.swagger, Spock Framework Enhancements, com.dmarcotte.handlebars, aws.toolkit, org.jetbrains.kotlin, GradleDependenciesHelper, com.chrisrm.idea.MaterialThemeUI, org.jetbrains.debugger.streams.kotlin, com.intellij.plugins.html.instantEditing, com.jetbrains.plugins.jade
请先登录再写评论。