Skip to content

Commit

Permalink
modified editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
felixthecat8a committed Jan 2, 2025
1 parent 28cf1f2 commit da56286
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ insert_final_newline = true
[*.{ino,h,cpp,c}]
indent_style = space
indent_size = 2
insert_final_newline = false

# Settings for Markdown files (e.g., README.md)
[*.md]
Expand Down
2 changes: 1 addition & 1 deletion src/BacklightCW.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ class BacklightCW {
}
};

#endif
#endif
2 changes: 1 addition & 1 deletion src/BacklightColors.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ struct BacklightColors {
static const int MAGENTA[3]; ///< Magenta color (255, 10, 255).
};

#endif
#endif
2 changes: 1 addition & 1 deletion src/BacklightRGB.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ class BacklightRGB {
void setRGB(uint32_t hexColor, int brightness);
};

#endif
#endif

0 comments on commit da56286

Please sign in to comment.