Skip to content

Commit

Permalink
Merge pull request #5 from skn437/module/added-args-module
Browse files Browse the repository at this point in the history
Added args module
  • Loading branch information
skn437 authored Jul 13, 2024
2 parents 893636e + b62540a commit b56e211
Show file tree
Hide file tree
Showing 19 changed files with 95 additions and 411 deletions.
13 changes: 11 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ insert_final_newline = true
# (Please don't specify an indent_size here; that has too many unintended consequences.)

# Kotlin files
# noinspection EditorConfigKeyCorrectness
[*.{kt,kts}]
indent_size = 2

Expand Down Expand Up @@ -52,8 +53,8 @@ indent_size = 2
[*.{html,css,sass,scss,md,mdx}]
indent_size = 2

# JSON, TOML, XML, YAML files
[*.{json,toml,xml,yaml}]
# IML, JSON, Properties, TOML, XML, YAML files
[*.{iml,json,properties,toml,xml,yaml}]
indent_size = 2

# Shell Script, Text & Log files
Expand All @@ -68,6 +69,14 @@ indent_size = 2
[*.{py,ipynb}]
indent_size = 2

# Ignore files
[.*ignore]
indent_size = 2

# Docker files
[Dockerfile]
indent_size = 2

# C, C++ files
[*.{c,cpp}]
indent_size = 2
Expand Down
10 changes: 7 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ wwwroot
*.nupkg
packages

# VS Code/JetBrains IDE
!icon.tar.gz
!*-settings.zip
# JetBrains IDE
.idea
!.idea/icon.tar.gz
!.idea/*-settings.zip
*.iws
*.iml
*.ipr
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

275 changes: 0 additions & 275 deletions .idea/codeStyles/Project.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/codeStyles/codeStyleConfig.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .idea/jsonSchemas.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/ktlint-plugin.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/material_theme_project_new.xml

This file was deleted.

Loading

0 comments on commit b56e211

Please sign in to comment.