Files
amq-adapter-python/.editorconfig
2024-01-25 23:10:04 -05:00

15 lines
249 B
INI

# top-most EditorConfig file
root = true
[*]
#unix style line ending
end_of_line = lf
#newline at end of file
insert_final_newline = true
#charset UTF-8
charset = utf-8
#indent using spaces
indent_style = space
#4 spaces per indent
indent_size = 4