Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Configures default editor settings for the repository.
# To learn more, visit the EditorConfig website: https://editorconfig.org.

# This is top-most EditorConfig file for the repository.
root = true

# Default configuration for all files in the repository.
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space

# Configuration for common code and data file formats.
[*.{css,dart,json,yaml,yml}]
indent_size = 2
trim_trailing_whitespace = true
Comment thread
parlough marked this conversation as resolved.
Loading