mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
25 lines
373 B
Plaintext
25 lines
373 B
Plaintext
formatter:
|
|
type: basic
|
|
indent: 2
|
|
retain_line_breaks: false
|
|
disallow_anchors: false
|
|
max_line_length: 0
|
|
scan_folded_as_literal: false
|
|
indentless_arrays: false
|
|
|
|
doublestar: true
|
|
|
|
extensions:
|
|
- yaml
|
|
- yml
|
|
|
|
include:
|
|
- ./*.{yml,yaml}
|
|
- ./**/*.{yml,yaml}
|
|
|
|
exclude:
|
|
- ./tools/dotbot/**
|
|
- ./tools/dotbot-*/**
|
|
- ./config/astronvim/**
|
|
- ./config/nvim/**
|