How to set indent by file type?
Answered
I want to set 2 spaces as indent for YAML.
I can found indent setting in Editor, but it seemed for global or project. not for file type.
How can I set?
Please sign in to leave a comment.
Fleet honours .editorconfig configuration. Please try
indent_style
andindent_style
for the corresponding file type.