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

Apply project settings to o.e.equinox.security.win32.x86 64 #338

Commits on Oct 1, 2023

  1. Convert to LF and ensure LF at EOF in o.e.equinox.security.win32.x86_64

    This was achieved by running:
    find . -type f -print0 | \
      xargs -r0 perl -le 'for (@argv) { print if -f && -T }' | \
      xargs -rd'\n' dos2unix -e
    
    Signed-off-by: Torbjörn SVENSSON <[email protected]>
    Torbjorn-Svensson committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    e79db29 View commit details
    Browse the repository at this point in the history
  2. Format java files in o.e.equinox.security.win32.x86_64

    This was achieved by running:
    eclipse -consolelog -nosplash -application org.eclipse.jdt.core.JavaCodeFormatter \
      -config .settings/org.eclipse.jdt.core.prefs . -data `mktemp -d`
    
    Signed-off-by: Torbjörn SVENSSON <[email protected]>
    Torbjorn-Svensson committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    55374b3 View commit details
    Browse the repository at this point in the history