diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index db08c67e..ae4c9766 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,6 +5,9 @@ root = true #### Core EditorConfig Options #### +# Set default charset +charset = utf-8 + # Indentation and spacing indent_size = 4 indent_style = space |
