fix: move IOT to capteur subfolder
This commit is contained in:
39
IOT/Capteur/.editorconfig
Normal file
39
IOT/Capteur/.editorconfig
Normal file
@ -0,0 +1,39 @@
|
||||
root = true
|
||||
|
||||
# Base Configuration
|
||||
[*]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
max_line_length = 120
|
||||
end_of_line = lf
|
||||
|
||||
# Yaml Standard
|
||||
[*.{yaml,yml}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
# Markdown Standards
|
||||
[*.md]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
# Java, Kotlin, Gradle, XML Standards
|
||||
[*.{java,kt,kts,gradle,xml,pro}]
|
||||
indent_style = space
|
||||
|
||||
|
||||
# C++ Files
|
||||
[*.{cpp,h,ino}]
|
||||
indent_style = space
|
||||
|
||||
# PHP files
|
||||
[*.php]
|
||||
indent_style = space
|
||||
|
||||
# INI Files
|
||||
[*.ini]
|
||||
indent_style = space
|
Reference in New Issue
Block a user