Skip to content

Commit

Permalink
Create README.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpm2001 authored Oct 15, 2024
1 parent fcc1b16 commit 64e24f3
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions OldVersions/EDITORCONFIG/1/1-100/README.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# Start of script

# Editor configuration file for Seanpm2001/SNU 2D Programming Tools IDE project (V6)

root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

[*.md]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

[*.yml *.yaml]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

[*.txt]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

[*.mk]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

[*.htm *.html]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
line_wrap_mode = soft wrap

# File info

# File type: Editorconfig file (*.editorconfig)
# File version: 1 (Monday, 2021 August 23rd at 6:19 pm)
# Line count (including blank lines and compiler line): 68

# End of script

0 comments on commit 64e24f3

Please sign in to comment.