blob: 23fbc8d184a0ebe8e79b3c7d787c09baece2b55f [file] [log] [blame]
Oliver Smith0b221712022-02-07 12:11:42 +01001; This file is for unifying the coding style for different editors and IDEs.
2; See http://editorconfig.org for details.
3
4# Top-most EditorConfig file.
5root = true
6
7[**/*.yml]
8indent_size = 2
9indent_style = space
10end_of_line = lf
11insert_final_newline = true
12trim_trailing_whitespace = true