Skip to content

Instantly share code, notes, and snippets.

View aserron-nayya's full-sized avatar

Andrés Serrón aserron-nayya

View GitHub Profile
@aserron-nayya
aserron-nayya / .editorconfig
Created August 6, 2024 23:31
Centralize Style Configuration for IDEs
root = true
[*] # All file types
tab_width = 2
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf