# yml/block-mapping-colon-indicator-newline

enforce consistent line breaks after : indicator

# 📖 Rule Details

This rule aims to enforce consistent line breaks after : indicator.

Now loading...

# 🔧 Options

yml/block-mapping-colon-indicator-newline:
  - error
  - never # or "always" 
  • "always" ... Requires line breaks after after : indicator of block style mappings.
  • "never" ... Disallow line breaks after after : indicator of block style mappings.

# 🚀 Version

This rule was introduced in eslint-plugin-yml v1.2.0

# 🔍 Implementation