Join Slack
Powered by
Is there a way to get the IntelliJ IDEA setting "E...
# random
h
hho
09/26/2024, 8:58 AM
Is there a way to get the IntelliJ IDEA setting "Ensure every saved file ends with a line break" stored with the project settings (so I can check it into git and everyone uses it)? (I'm afraid there isn't, because it's a global setting)
r
Rob Elliot
09/26/2024, 9:02 AM
Doesn't IntelliJ pick that up from
.editorconfig
?
Copy code
[*] insert_final_newline = true
➕ 1
☝️ 2
gratitude thank you
1
Rob Elliot
09/26/2024, 9:05 AM
https://editorconfig.org/
s
Stefan Oltmann
09/26/2024, 10:50 AM
It sounds like he may not be aware of .editorconfig 😉
Stefan Oltmann
09/26/2024, 10:51 AM
Just copy mine, it's the best 😁
https://github.com/Ashampoo/kim/blob/main/.editorconfig
h
hho
09/26/2024, 12:27 PM
Indeed I wasn't. This looks amazing! 😍 Thank you both!
🙂 1
👍 1
4
Views
Open in Slack
Previous
Next