Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExplorerCreateFile: have some proper defaults #67

Closed
ewerybody opened this issue Feb 13, 2022 · 0 comments
Closed

ExplorerCreateFile: have some proper defaults #67

ewerybody opened this issue Feb 13, 2022 · 0 comments

Comments

@ewerybody
Copy link
Owner

from #60 (comment)

Ok. We should have some defaults anyway. I'd suggest to have sth like:

  • .ahk
    • encoding: UTF-8 (with BOM)
    • content:
      #SingleInstance, Force
      SendMode, Input
      SetWorkingDir, %A_ScriptDir%
  • .txt
    • encoding: UTF-8-RAW (without BOM)
    • no content
  • .py
    • encoding: UTF-8-RAW (without BOM)
      def main():
          pass
      
      if __name__ == '__main__':
          main()

currently there is NONE!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant