diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-02-22 18:48:46 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-02-22 18:48:46 +0100 |
| commit | afabc09085d80aeee4a4a4131ed8cfca6120f321 (patch) | |
| tree | 3eaab52cf933e705e3ad58cdf11030f326555ebb /.idea/codeStyles | |
| parent | cdbd4471aadb918c6631f9cd18bff4b98fbef99c (diff) | |
working on the recursive deletion of files
Diffstat (limited to '.idea/codeStyles')
| -rw-r--r-- | .idea/codeStyles/codeStyleConfig.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ +<component name="ProjectCodeStyleConfiguration"> + <state> + <option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" /> + </state> +</component>
\ No newline at end of file |
