Skip to content

Commit

Permalink
Added code formatting settings to version control for JetBrains CLion…
Browse files Browse the repository at this point in the history
… [skip ci]
  • Loading branch information
mcserep committed Sep 17, 2023
1 parent fdc6f94 commit 150cde5
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 4 deletions.
16 changes: 13 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# IDEs and editors.

## IDEs and editors
# NetBeans
nbproject/
.idea/
# JetBrains CLion
.idea/*
!.idea/codeStyles/
# Visual Studio Code
.vscode/
# Vim
*.swp


## Build folders
build/
build_*/
install/
install_*/

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion webgui-new/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,8 @@ yarn-error.log*
next-env.d.ts

# thrift generated files
generated/
generated/

# JetBrain IDEs
.idea/

0 comments on commit 150cde5

Please sign in to comment.