Created
October 10, 2021 19:20
-
-
Save GlaceCoding/f2b072a085cf9a07df091f11f8cf2a58 to your computer and use it in GitHub Desktop.
Exemple d'options personnalisés pour un projet C de 42 avec ST3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"folders": | |
[ | |
{ | |
"path": "...\\exemple_rendu" | |
} | |
], | |
"settings": | |
{ | |
"tab_size": 4, | |
"translate_tabs_to_spaces": false, | |
"detect_indentation": false | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment