diff options
| author | Joel Challis <git@zvecr.com> | 2025-03-06 23:17:51 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-06 23:17:51 +0000 |
| commit | 6e1d3d6d077f50cb61d37f8310162b38b109fa87 (patch) | |
| tree | 65eb42f93e90b6649d927718d7adacad9dbeb7d5 /users | |
| parent | 12f9f34fc82e3bab7c92f488a1528592c4bc9628 (diff) | |
Add EOL to non-keyboard files (#24990)
Diffstat (limited to 'users')
| -rw-r--r-- | users/_example/_example.c | 2 | ||||
| -rw-r--r-- | users/_example/_example.h | 2 | ||||
| -rw-r--r-- | users/_example/readme.md | 2 | ||||
| -rw-r--r-- | users/_example/rules.mk | 2 | ||||
| -rw-r--r-- | users/readme.md | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/users/_example/_example.c b/users/_example/_example.c index 8e0778b122..5f9580d8e9 100644 --- a/users/_example/_example.c +++ b/users/_example/_example.c | |||
| @@ -2,4 +2,4 @@ | |||
| 2 | 2 | ||
| 3 | void my_custom_function(void) { | 3 | void my_custom_function(void) { |
| 4 | 4 | ||
| 5 | } \ No newline at end of file | 5 | } |
diff --git a/users/_example/_example.h b/users/_example/_example.h index f7c7990257..72907d06d7 100644 --- a/users/_example/_example.h +++ b/users/_example/_example.h | |||
| @@ -5,4 +5,4 @@ | |||
| 5 | 5 | ||
| 6 | void my_custom_function(void); | 6 | void my_custom_function(void); |
| 7 | 7 | ||
| 8 | #endif \ No newline at end of file | 8 | #endif |
diff --git a/users/_example/readme.md b/users/_example/readme.md index fdea33b67a..d6ead7efd2 100644 --- a/users/_example/readme.md +++ b/users/_example/readme.md | |||
| @@ -11,4 +11,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 11 | GNU General Public License for more details. | 11 | GNU General Public License for more details. |
| 12 | 12 | ||
| 13 | You should have received a copy of the GNU General Public License | 13 | You should have received a copy of the GNU General Public License |
| 14 | along with this program. If not, see <http://www.gnu.org/licenses/>. \ No newline at end of file | 14 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
diff --git a/users/_example/rules.mk b/users/_example/rules.mk index 250adc3d0d..af076dd7fe 100644 --- a/users/_example/rules.mk +++ b/users/_example/rules.mk | |||
| @@ -1 +1 @@ | |||
| SRC += _example.c \ No newline at end of file | SRC += _example.c | ||
diff --git a/users/readme.md b/users/readme.md index d8f14d8beb..8a490c28ce 100644 --- a/users/readme.md +++ b/users/readme.md | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | # User space | 1 | # User space |
| 2 | 2 | ||
| 3 | This is a place for users to put code that they might use between keyboards. If you build the keymap `mine`, `/users/mine/rules.mk` will be included in your build, and `/users/mine/` will be in your path - keep these things in mind when naming your files and referencing them from other places. \ No newline at end of file | 3 | This is a place for users to put code that they might use between keyboards. If you build the keymap `mine`, `/users/mine/rules.mk` will be included in your build, and `/users/mine/` will be in your path - keep these things in mind when naming your files and referencing them from other places. |
