Skip to content
Permalink
Browse files
chore: Add EditorConfig for IDE whitespace
  • Loading branch information
nschonni committed Nov 3, 2020
1 parent a9f0d0e commit 854238357105a6da2bdc1f32e14a343ff0352a98
Showing with 11 additions and 0 deletions.
  1. +11 βˆ’0 .editorconfig
@@ -0,0 +1,11 @@
root = true

[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

5 comments on commit 8542383

@Inocentkhan

This comment was marked as spam.

@Inocentkhan

This comment was marked as spam.

@Hichamchamas

This comment was marked as spam.

@Hichamchamas

This comment was marked as spam.

@jaygay69
Copy link

@jaygay69 jaygay69 commented on 8542383 Jan 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.editorconfig

Please sign in to comment.