Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F2194407
.editorconfig for Rust projects
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
dereckson
Mar 28 2023, 00:37
2023-03-28 00:37:06 (UTC+0)
Size
301 B
Referenced Files
None
Subscribers
None
.editorconfig for Rust projects
View Options
# EditorConfig - http://EditorConfig.org
root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
# 4 space indentation
[*.{rs, toml}]
indent_style = space
indent_size = 4
# 2 space indentation
[*.{yml,yaml}]
indent_style = space
indent_size = 2
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1372533
Default Alt Text
.editorconfig for Rust projects (301 B)
Attached To
Mode
P321 .editorconfig for Rust projects
Attached
Detach File
Event Timeline
Log In to Comment