frontend/.pnpm-store/v3/files/03/3fc6611dd3aa5586ffe83102ed34dacc9a89cb9fd576a1c8f38091ab05eea16fec3fb3609897a508d05a18b57caa6fd86379503a29b5206e4474ca17e7349f

14 lines
271 B
Plaintext

# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
[{*.json,*.yml}]
indent_style = space
indent_size = 2