Skip to content

Commit

Permalink
Update editorconfig for EOF Newlines
Browse files Browse the repository at this point in the history
- Also make all files 'files' again (posixly)

Signed-off-by: Matt Jolly <[email protected]>
  • Loading branch information
Kangie authored and ThomasAdam committed Oct 25, 2024
1 parent 9c1110e commit 4f89ed8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion dev-docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ Release tarballs will come bundled with `./configure` already, hence:

```
meson setup build && ninja -C build && meson install -C build
```
```
2 changes: 1 addition & 1 deletion doc/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,4 @@ if get_option('mandoc')
depends: ad_build_targets,
)
endforeach
endif
endif
2 changes: 1 addition & 1 deletion fvwm/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -4788,4 +4788,4 @@ void CMD_XSync(F_CMD_ARGS)
XSync(dpy, 0);

return;
}
}
2 changes: 1 addition & 1 deletion fvwm/module_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -1040,4 +1040,4 @@ void CMD_Send_WindowList(F_CMD_ARGS)
}

SendPacket(mod, M_END_WINDOWLIST, 0);
}
}
2 changes: 1 addition & 1 deletion libs/FScreen.c
Original file line number Diff line number Diff line change
Expand Up @@ -1449,4 +1449,4 @@ int FScreenFetchMangledScreenFromUSPosHints(XSizeHints *hints)
screen = 0;

return screen;
}
}
2 changes: 1 addition & 1 deletion meson-scripts/dist-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ dev-docs"
rm -r "./$f"
done
}
)
)
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -570,4 +570,4 @@ summary(
summary_depvals,
bool_yn: true,
section: 'Dependencies',
)
)

0 comments on commit 4f89ed8

Please sign in to comment.