The title says it all.
I have started using Codex in VSCode to write Fortran code and is quite useful. However, the code it generates is sometimes inefficient: for example, writes loops not in column-major order (maybe influenced by C and Python?). It writes arrays with old (/ constructor instead of [ etc
So I am looking if there is somewhere some Fortran skill about performance and best practices: Ideally, I want codex to conform to the very good guidelines provided in this website (section on quick start and best practice)