Files
yamllint/tests/rules
Adrien Vergé 1bfd18097a Rules: indentation: Add 'check-multi-line-strings' option
This options allows the user to control whether to lint indentation
inside multi-line scalars or not.

When enabled, such YAML source will be detected as a problem:

    - C code: void main() {
                  printf("foo");
              }

whereas this one would not:

    - C code: void main() {
              printf("foo");
              }
2016-01-22 14:23:37 +01:00
..
2016-01-14 10:46:14 +01:00
2016-01-14 10:46:16 +01:00
2016-01-14 10:46:14 +01:00
2016-01-14 10:46:14 +01:00
2016-01-14 10:46:14 +01:00
2016-01-14 10:46:14 +01:00