diff --git a/.editorconfig b/.editorconfig index 4165f2610..af65f0c79 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ root = true charset = utf-8 trim_trailing_whitespace = true end_of_line = lf -insert_final_newline = false +insert_final_newline = true # Tab indentation (no size specified) [Makefile] diff --git a/dev-docs/INSTALL.md b/dev-docs/INSTALL.md index 7a39e6edb..a11ed1956 100644 --- a/dev-docs/INSTALL.md +++ b/dev-docs/INSTALL.md @@ -99,4 +99,4 @@ Release tarballs will come bundled with `./configure` already, hence: ``` meson setup build && ninja -C build && meson install -C build -``` \ No newline at end of file +``` diff --git a/doc/meson.build b/doc/meson.build index 2427cd231..d0948dd1e 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -217,4 +217,4 @@ if get_option('mandoc') depends: ad_build_targets, ) endforeach -endif \ No newline at end of file +endif diff --git a/fvwm/events.c b/fvwm/events.c index a77c0ecb9..5e3a21fc3 100644 --- a/fvwm/events.c +++ b/fvwm/events.c @@ -4788,4 +4788,4 @@ void CMD_XSync(F_CMD_ARGS) XSync(dpy, 0); return; -} \ No newline at end of file +} diff --git a/fvwm/module_interface.c b/fvwm/module_interface.c index 608d582c4..0e5c1dbe6 100644 --- a/fvwm/module_interface.c +++ b/fvwm/module_interface.c @@ -1040,4 +1040,4 @@ void CMD_Send_WindowList(F_CMD_ARGS) } SendPacket(mod, M_END_WINDOWLIST, 0); -} \ No newline at end of file +} diff --git a/libs/FScreen.c b/libs/FScreen.c index 9aa829501..ddb2ec81a 100644 --- a/libs/FScreen.c +++ b/libs/FScreen.c @@ -1449,4 +1449,4 @@ int FScreenFetchMangledScreenFromUSPosHints(XSizeHints *hints) screen = 0; return screen; -} \ No newline at end of file +} diff --git a/meson-scripts/dist-tarball.sh b/meson-scripts/dist-tarball.sh index a67bb4029..d4ed42c4c 100755 --- a/meson-scripts/dist-tarball.sh +++ b/meson-scripts/dist-tarball.sh @@ -18,4 +18,4 @@ dev-docs" rm -r "./$f" done } -) \ No newline at end of file +) diff --git a/meson.build b/meson.build index bf376e6ca..aed13cb1b 100644 --- a/meson.build +++ b/meson.build @@ -570,4 +570,4 @@ summary( summary_depvals, bool_yn: true, section: 'Dependencies', -) \ No newline at end of file +)